specifies items of the X-Axis
date | Date | the date which needs formatting |
Available only in PRO Edition
scheduler.templates.timeline_scale_date = function(date){
var timeline = scheduler.matrix.timeline;
var func = scheduler.date.date_to_str(timeline.x_date||scheduler.config.hour_date);
return func(date);
}
The template requires the timeline plugin to be activated.